home *** CD-ROM | disk | FTP | other *** search
/ The Sunday Times: The Month 2004 October / The Sunday Times - The Month 2004-10.iso / pc / assets / bespoke / kids / power.swf / scripts / DefineButton2_177 / BUTTONCONDACTION on(release).as
Text File  |  2004-09-02  |  155b  |  12 lines

  1. on(release){
  2.    if(currLevel < levels.length - 1)
  3.    {
  4.       currLevel++;
  5.       gotoAndPlay(9);
  6.    }
  7.    else
  8.    {
  9.       gotoAndStop(44);
  10.    }
  11. }
  12.